function application - определение. Что такое function application
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое function application - определение

Найдено результатов: 2507
function application         
ACT OF APPLYING A FUNCTION TO AN ARGUMENT FROM ITS DOMAIN SO AS TO OBTAIN THE CORRESPONDING VALUE FROM ITS RANGE.
A function applied to (some of) its arguments. If it is not applied to all its argument then it is a "{partial application}". Application is usually written in the form f(x) but some languages such as command-line interpreters and many functional languages use juxtaposition: f x. Lisp places the parentheses around the whole application: (f x).
Function application         
ACT OF APPLYING A FUNCTION TO AN ARGUMENT FROM ITS DOMAIN SO AS TO OBTAIN THE CORRESPONDING VALUE FROM ITS RANGE.
In mathematics, function application is the act of applying a function to an argument from its domain so as to obtain the corresponding value from its range. In this sense, function application can be thought of as the opposite of function abstraction.
Partial application         
IN FUNCTIONAL PROGRAMMING
Papply; Partial apply; Partial function application
In computer science, partial application (or partial function application) refers to the process of fixing a number of arguments to a function, producing another function of smaller arity. Given a function f \colon (X \times Y \times Z) \to N , we might fix (or 'bind') the first argument, producing a function of type \text{partial}(f) \colon (Y \times Z) \to N .
Function (mathematics)         
  • A binary operation is a typical example of a bivariate function which assigns to each pair <math>(x, y)</math> the result <math>x\circ y</math>.
  • A function that associates any of the four colored shapes to its color.
  • Together, the two square roots of all nonnegative real numbers form a single smooth curve.
  • Graph of a linear function
  • The function mapping each year to its US motor vehicle death count, shown as a [[line chart]]
  • The same function, shown as a bar chart
  • Graph of a polynomial function, here a quadratic function.
  • Graph of two trigonometric functions: [[sine]] and [[cosine]].
  • right
ASSOCIATION OF A SINGLE OUTPUT TO EACH INPUT
Mathematical Function; Mathematical function; Function specification (mathematics); Mathematical functions; Empty function; Function (math); Ambiguous function; Function (set theory); Function (Mathematics); Functions (mathematics); Domain and range; Functional relationship; G(x); H(x); Function notation; Output (mathematics); Ƒ(x); Overriding (mathematics); Overriding union; F of x; Function of x; Bivariate function; Functional notation; Function of several variables; Y=f(x); ⁡; Draft:The Repeating Fractional Function; Image (set theory); Mutivariate function; Draft:Specifying a function; Function (maths); Functions (math); Functions (maths); F(x); Empty map; Function evaluation
In mathematics, a function from a set to a set assigns to each element of exactly one element of .; the words map, mapping, transformation, correspondence, and operator are often used synonymously.
Application software         
SOFTWARE PROGRAM OR GROUP OF PROGRAMS DESIGNED FOR END-USERS
Application program; Computer application; Software applications; Computer applications; App code; Applications software; Application package; Suite of applications; Software application; Software Application; Applications program; Applications programs; Computer Applications; Application model; Applications (computing); Application (computing); Desktop application; Application (computer); Desktop software; Desktop applications; Local application; Desktop app; Application (software); Computer app; App (computing); Application softwares
An application program (software application, or application, or app for short) is a computer program designed to carry out a specific task other than one relating to the operation of the computer itself, typically to be used by end-users. Word processors, media players, and accounting software are examples.
application software         
SOFTWARE PROGRAM OR GROUP OF PROGRAMS DESIGNED FOR END-USERS
Application program; Computer application; Software applications; Computer applications; App code; Applications software; Application package; Suite of applications; Software application; Software Application; Applications program; Applications programs; Computer Applications; Application model; Applications (computing); Application (computing); Desktop application; Application (computer); Desktop software; Desktop applications; Local application; Desktop app; Application (software); Computer app; App (computing); Application softwares
application program         
SOFTWARE PROGRAM OR GROUP OF PROGRAMS DESIGNED FOR END-USERS
Application program; Computer application; Software applications; Computer applications; App code; Applications software; Application package; Suite of applications; Software application; Software Application; Applications program; Applications programs; Computer Applications; Application model; Applications (computing); Application (computing); Desktop application; Application (computer); Desktop software; Desktop applications; Local application; Desktop app; Application (software); Computer app; App (computing); Application softwares
<programming, operating system> (Or "application", "app") A complete, self-contained program that performs a specific function directly for the user. This is in contrast to system software such as the operating system kernel, server processes, libraries which exists to support application programs and utility programs. Editors for various kinds of documents, spreadsheets, and text formatters are common examples of applications. Network applications include clients such as those for FTP, electronic mail, telnet and WWW. The term is used fairly loosely, for instance, some might say that a client and server together form a distributed application, others might argue that editors and compilers were not applications but utility programs for building applications. One distinction between an application program and the operating system is that applications always run in {user mode} (or "non-privileged mode"), while operating systems and related utilities may run in supervisor mode (or "privileged mode"). The term may also be used to distinguish programs which communicate via a graphical user interface from those which are executed from the command line. (2007-02-02)
applications software         
SOFTWARE PROGRAM OR GROUP OF PROGRAMS DESIGNED FOR END-USERS
Application program; Computer application; Software applications; Computer applications; App code; Applications software; Application package; Suite of applications; Software application; Software Application; Applications program; Applications programs; Computer Applications; Application model; Applications (computing); Application (computing); Desktop application; Application (computer); Desktop software; Desktop applications; Local application; Desktop app; Application (software); Computer app; App (computing); Application softwares
Application for employment         
  • Forged rejection letter for Albert Einstein, "1907"
  • website=Hagley Museum}}</ref>
FORM OR COLLECTION OF FORMS THAT AN INDIVIDUAL SEEKING EMPLOYMENT, CALLED AN APPLICANT, MUST FILL OUT AS PART OF THE PROCESS OF INFORMING AN EMPLOYER
Job application; Employment application; Application blank; Job applications; Usage of job applications by hackers
An application for employment is a standard business document that is prepared with questions deemed relevant by employers. It is used to determine the best candidate to fill a specific role within the company.
Rich web application         
WEB APPLICATION THAT HAS MANY OF THE CHARACTERISTICS OF DESKTOP APPLICATION SOFTWARE
Rich internet application; Rich Internet Applications; Rich internet applications; Rich Internet Client; Rich Internet Application; Internet application; Rich Web client; Rich Internet applications; Rich application; Rich mobile application; Rich Mobile Application; Rich Internet application; Rich Web application; Rich web applications
A rich web application (originally called a rich Internet application, or RIA or installable Internet application) is a web application that has many of the characteristics of desktop application software. The concept is closely related to a single-page application, and may allow the user interactive features such as drag and drop, background menu, WYSIWYG editing, etc.

Википедия

Function application
In mathematics, function application is the act of applying a function to an argument from its domain so as to obtain the corresponding value from its range. In this sense, function application can be thought of as the opposite of function abstraction.